do not add libbabl.a into plug-ins
authorØyvind Kolås <ok@src.gnome.org>
Thu, 24 Aug 2006 21:56:05 +0000 (21:56 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 24 Aug 2006 21:56:05 +0000 (21:56 +0000)
ChangeLog
extensions/Makefile.in

index 2b58e7d438d76bfdafd623d47a5f792d006dfda9..1930f106aaa96f92bb7f754139667399b1587376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-24  Øyvind Kolås  <pippin@gimp.org>
+
+       * extensions/Makefile.in:
+
 2006-07-06  Øyvind Kolås  <pippin@gimp.org>
        
        * babl.pc.in:  Added -lm to the list of libraries that need to be
index 1f909c80b9bd0aceeedca9151232b5d3c9f94a73..5318cc5d48b4731af9b74df5bce07504954eb9d2 100644 (file)
@@ -31,7 +31,8 @@ lcms.so: lcms.c
 #############################################################################
 LDFLAGS += -shared 
 
-LDADD    = ../babl/.libs/libbabl.a $(win32_libs) $(no-undefined)
+#LDADD    = ../babl/.libs/libbabl.so $(win32_libs) $(no-undefined)
+LDADD    = $(win32_libs) $(no-undefined)
 
 CFLAGS  += -I../babl